DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / ScannerCollection<T> Class
The type of the elements of the indexed collection.
Members

In This Topic
    ScannerCollection<T> Class
    In This Topic
    Represents a collection of indexes or subindexes.
    Object Model
    ScannerCollection<T> Class
    Syntax
    'Declaration
     
    Public MustInherit Class ScannerCollection(Of T) 
    public abstract class ScannerCollection<T> 
    Type Parameters
    T
    The type of the elements of the indexed collection.
    Remarks

    Any indexed collection (implementing the IIndexedSource<T> interface) has a collection of indexes attached to it. ScannerCollection<T> is the base class for the collection of indexes, IndexCollection<T>

    The ScannerCollection<T> class is also used in the Indexes property of the C1.LiveLinq.Indexing.Search.IndexQuery<T> class, the result of an indexing search operation such as Index.Find and others, where it contains subindexes.

    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.Indexing.ScannerCollection<T>
          C1.LiveLinq.Indexing.IndexCollection<T>

    See Also